projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4125bd3
)
Fix typo.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 19 Feb 2008 09:40:16 +0000
(09:40 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 19 Feb 2008 09:40:16 +0000
(09:40 +0000)
lisp/vc-hg.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hg.el
b/lisp/vc-hg.el
index eac341cc5f07c614a60b8cfbaf5a4db4301e792e..c3c94ea835c2fadef25909980afac08a948b5694 100644
(file)
--- a/
lisp/vc-hg.el
+++ b/
lisp/vc-hg.el
@@
-477,7
+477,7
@@
REV is the revision to check out into WORKFILE."
(defun vc-hg-extra-status-menu ()
'(["Show incoming" vc-hg-incoming]
- ["Show outgoing" vc-hg-outgoing])
+ ["Show outgoing" vc-hg-outgoing])
)
(define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing")